Working with PrizmDoc > Administering PrizmDoc > System Configuration > Configuring the PrizmDoc Server > Legacy Configuration > Adjusting Office Conversion Settings for Optimal Performance |
PrizmDoc Server use an internal component called Office Conversion Service for converting Office documents, such as Word, PowerPoint and Excel.
To customize Office Conversion Service settings, edit the central configuration file. To achieve optimal performance for document conversion, please consider adjusting values for the following parameters:
Example |
Copy Code
|
---|---|
resourceUsage.ocs.numInstances: 4 resourceUsage.ocs.numThreads: 8 resourceUsage.ocs.numPorts: 16 |
The Office Conversion Service can be configured to automatically use optimized values for above mentioned parameters. Just set the value "auto" to the required parameter:
Example |
Copy Code
|
---|---|
resourceUsage.ocs.numInstances: auto resourceUsage.ocs.numThreads: auto resourceUsage.ocs.numPorts: auto |
The logic for handling "auto" parameters:
Note Box |
The Office Conversion Service performs case sensitive comparison for "auto" value. |
The following configuration properties have been deprecated and will be removed in a future release. Alter these properties only if not using the central configuration file. |
To customize Office Conversion Service settings, edit the Watchdog configuration file located in the following default directories:
To achieve optimal performance for document conversion, please consider adjusting values for the following parameters:
Example |
Copy Code
|
---|---|
"officeConversionService": { ... "officeInstanceCount":4, "threadCount":8, "officePortCount":16, ... }, |
The Office Conversion Service can be configured to automatically use optimized values for above mentioned parameters. Just set the value "auto" to the required parameter:
Example |
Copy Code
|
---|---|
"officeConversionService": { ... "officeInstanceCount":"auto", "threadCount":"auto", "officePortCount":"auto", ... }, |
The logic for handling "auto" parameters:
The Office Conversion Service performs case sensitive comparison for "auto" value. |